home *** CD-ROM | disk | FTP | other *** search
- /*
- * Distfile
- *
- * (c)Copyright 1994,95 by Tobias Ferber, ukjg@rz.uni-karlsruhe.de
- *
- * This file is part of the IconTools distribution.
- *
- * IconTools is free software; you can redistribute them and/or modify
- * it under the terms of the GNU General Public License as published
- * by the Free Software Foundation; either version 1 of the License,
- * or (at your option) any later version.
- *
- * IconTools is distributed in the hope that they will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; see the file COPYING. If not, write to
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
- */
-
- /* $VER: $Id: Distfile,v 1.3 1995/07/20 16:20:52 tf Exp $ */
-
- Distfile // This file
- COPYING // The GNU GENERAL PUBLIC LICENSE
-
- CHANGES // History file (new changes first)
- README // Short information text
-
- version.h // IconTools version information
-
- icon2c.c icon2c.000 // Version for all Amigas
- icon2c.030 // For Amigas with a MC 68030 processor
-
- opticon.c opticon.000 // Version for all Amigas
- opticon.030 // For Amigas with a MC 68030 processor
-
- im.c im.000 // Version for all Amigas
- im.030 // For Amigas with a MC 68030 processor
-
- memfn.c memfn.h
- opticon.info
-
- opticon.rexx // ARexx script for pattern support and non-overwrite usage
-
- PatchIcons // A script to patch all icon files in a given path
- DMakefile // The Makefile for Matt Dillon's nice DICE
- Makefile // ... for __GNUC__
-
- // Documentation
-
- icontools.texi icontools.dvi icontools.guide
-
-
- INTERNAL:
-
- /*
- * Copyrighted material -- Not included in the archive!
- * Taken from the Commodore Native Developer Kit 3.1
- */
-
- iffp/ilbmapp.h
- iffp/packer.h
- iffp/ilbm.h
- iffp/iff.h
- iffp/compiler.h
- iffp/debug.h
- iffp/iffpstrings.h
-
- modules/ilbmr.c
- modules/loadilbm.c
- modules/getbitmap.c
- modules/iffpstrings.c
- modules/unpacker.c
- modules/parse.c
-